Posts

Post not yet marked as solved
13 Replies
Yes so I am also still getting this with Xcode 14 RC: "[<_UINavigationBarContentViewLayout 0x104c0fcd0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key inlineTitleView." coming from a UIWindow call to makeKeyAndVisible method. But only when I run the app from Xcode. After the app has been installed on a device and ran separately from Xcode, there is no crash. Is it safe to submit updates???? What are other people on this thread going to do?
Post marked as solved
3 Replies
It would seem that you are correct in that using SKReceiptRefreshRequest to get a new receipt onto the device does not fix this issue since the new receipt still does not include the purchases by the other family sharing members. However, calling SKPaymentQueue.restoreCompletedTransactions appears to generate a new receipt on the device that does now include purchases from other family members. You don't need to actually process any of the restored transactions, because it is just a receipt we are after, you just need to call it to get that new receipt containing items purchased by other family members. This is very hard to fully workout why this is happening as it is not possible to enable Family Sharing in the Sandbox environment and debug. Harman78 can you confirm this is the behaviour you see as well ? Can anyone from Apple shed any light on this ? It's not in the docs.
Post not yet marked as solved
6 Replies
Yes we are seeing the same issue. I had reported this to Apple about 3 beta versions ago and still no fix in the GM. P.S. Nice for developers to get a massive 24 hours with the GM before iOS 14 gets released to the general public!!!! Absolutely no time for final testing and getting iOS 14 built updates through app review!!!!!!!!!!!!!! There aren't going to be any new style Widgets for iOS 14 people to set up (other than Apple native ones). Have Apple thought this one through properly...
Post not yet marked as solved
3 Replies
Yes I'm confused about this also. Any news?